* {
	font-family: "FZLTHJW", "pingfang sc";
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
/*中公优职会员*/
.memberPoster {
	width: 1000px;
	height: 438px;
	background: url(../img/memberPoster.png?222);
	background-size: 100% 100%;
	margin-bottom: 25px;
	overflow: hidden;
	border-radius: 15px;
	margin: 36px auto;
	overflow: hidden;
}
.memberPosterTop {
	margin-top: 25px;
	overflow: hidden;
}
.memberPosterTop p {
	font-size: 16px;
	color: #b6b6b8;
	margin-top: 50px;
	margin-left: 40px;
	line-height: 20px;
	float: left;
	width: 750px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.purchaseButton {
	width: 174px;
	height: 81px;
	float: right;
	background: url(../img/memberButton1.jpg);
	margin-right: 36px;
	position: relative;
	cursor: pointer;
    border: none;
}
.purchaseButton span {
	display: block;
	width: 110px;
	height: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	letter-spacing: 1px;
}
.memberPosterDiv {
    width: 982px;
    margin: 0 auto;
    margin-top: 8px;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 15px;
    position: relative;
}
.memberPoster h3 {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 16px;
	margin-left: 20px;
}
.memberPoster h3 ul {
	float: left;
}
.memberPoster h3 ul li {
	float: left;
	margin-right: 30px;
	cursor: pointer;
	margin-left: 10px;
}
.memberPoster h3 ul li.click {
	margin-left: 0;
}
.memberPoster h3 ul li.click b {
	display: block;
	font-weight: bold;
    display: none;
}
.memberPoster h3 ul li.click span {
	font-weight: bold;
	color: #333;
	font-size: 23px;
	display: block;
}
.memberPoster h3 b {
    width: 80%;
    height: 4px;
    border-radius: 3px;
    overflow: hidden;
    margin: 8px auto 0;
    background: -moz-linear-gradient(bottom, #686868 0%, #38393c 100%);
    background: -webkit-linear-gradient(bottom, #686868 0%,#38393c 100%);
    background: -o-linear-gradient(bottom, #686868 0%,#38393c 100%);
    background: -ms-linear-gradient(bottom, #686868 0%,#38393c 100%);
    background: linear-gradient(to bottom, #686868 0%,#38393c 100%);
    display: none;
    display: none;
}
.memberPoster h3 span {
	color: #999999;
    font-size: 21px;
    line-height: 23px;
    font-weight: bold;
}
.memberPoster h3 a {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	float: right;
}
.memberPoster h3 a i {
	float: right;
	width: 0;
    height: 0;
    border: 5px solid;
    border-radius: 3px;
    margin: 6px 8px 0 10px;
    overflow: hidden;
    border-color: transparent transparent transparent #333333;
}
.memberPoster .screeningResults {
	/*margin-bottom: 30px;*/
}
.memberPoster .screeningResults dl {
	margin: 0 5px 10px;
    width: 172px;
    height: 190px;
}
.memberPosterList div {
	display: none;
    width: 910px;
    float: left;
    margin-left: 15px;
}
.memberPosterList div:first-child {
	display: block;
}
.memberPoster ol {
	overflow: hidden;
	margin-bottom: 13px;
	margin-left: 20px;
}
.memberPoster ol li {
	float: left;
	margin-right: 9px;
	color: #333;
	line-height: 16px;
	font-size: 14px;
	cursor: pointer;
	
}
.memberPoster ol li.click {
	color: #e60012;
	font-weight: bold;
}
.goodClassA {
    right: 20px;
    top: 88px;
    font-size: 14px;
    width: 25px;
    height: 89px;
    display: block;
    line-height: 16px;
    color: #333333;
    text-align: center;
    border: 1px solid #cccccc;
    background: #fff;
    border-radius: 5px;
    position: absolute;
}
.goodClassA:hover {
	text-decoration: none;
}
.goodClassA span {
    font-size: 14px;
    width: 16px;
    margin: 7px auto 5px;
    display: block;
    line-height: 16px;
    color: #666666;
    text-align: center;
}
.goodClassA i {
    display: block;
    width: 0;
    height: 0;
    border: 6px solid;
    border-radius: 3px;
    margin: 0 auto;
    overflow: hidden;
    border-color: #999999 transparent transparent transparent;
}

/*筛选结果*/
.screeningResults {
	margin: 0 auto 10px;
}
.screeningResults:after{
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}
.noData {
	width: 500px;
	margin: 80px auto 100px;
	display: none;
}
.noData img {
	display: block;
	margin: 0 auto; 
}
.noData p {
	color: #929292;
	text-align: center;
	margin-top: 20px;
}
.screeningResults .haveData {
	overflow: hidden;
}
.screeningResults a {
	display: block;
}
.screeningResults dl {
	width: 260px;
	height: 267px;
	background: #fff;
	border-radius: 15px;
	float: left;
	margin: 0 10px 20px;
	overflow: hidden;
}
.screeningResults dl dt {
	width: 100%;
	overflow: hidden;
	height: 97px;
	border-radius: 15px;
}
.screeningResults dl dt img {
	display: block;
	width: 100%;
	height: 100%;
}
.screeningResults dl dd b {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 12px auto 9px;
    height: 40px;
}
.screeningResults dl dd span {
	font-size: 14px;
	line-height: 15px;
	color: #666666;
	display: block;
	height: 16px;
	width: 230px;
	margin: 0 auto;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.screeningResults dl dd span i {
	font-style: normal;
}
.screeningResults dl dd span i:last-child {
	display: none;
}
.screeningResults dl dd p {
	margin: 0 auto;
	width: 150px;
}
.screeningResults dl dd p strong {
	float: left;
	color: #a46e43;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.screeningResults dl dd p i {
    /*float: left;
    width: 24px;
    height: 20px;
    background: url(../img/icon.png?22);
    background-position: -220px -181px;*/
    float: left;
    width: 24px;
    height: 20px;
    line-height: 16px;
    font-size: 12px;
    color: #ecbd95;
    background: -moz-linear-gradient(right, #363636 0%, #656565 100%);
    background: -webkit-linear-gradient(right, #363636 0%, #656565 100%);
    background: -o-linear-gradient(right, #363636 0%, #656565 100%);
    background: -ms-linear-gradient(right, #363636 0%, #656565 100%);
    background: linear-gradient(to right, #363636 10%, #656565 100%);
}
.screeningResults dl dd p strong i svg {
    margin-left: 8px;
    margin-top: 4px;
}
.screeningResults dl dd p strong.member em {
    color: #cc9262;
}
.screeningResults dl dd p strong em {
    font-style: normalt;
    font-size: 14px;
    padding: 0 7px;
    line-height: 20px;
    margin-left: 0;
    float: left;
    color: #cc9262;
	background: -moz-linear-gradient(right, #fef3e6 0%, #f9d7c0 100%);
    background: -webkit-linear-gradient(right, #fef3e6 0%, #f9d7c0 100%);
    background: -o-linear-gradient(right, #fef3e6 0%, #f9d7c0 100%);
    background: -ms-linear-gradient(right, #fef3e6 0%, #f9d7c0 100%);
    background: linear-gradient(to right, #fef3e6 10%, #f9d7c0  100%);
}
.screeningResults dl dd p strong.member {
	background-position: -196px -10px;
}
.screeningResults dl dd p strong.collage {
	background-position: -361px -12px;
}
.screeningResults dl dd p strong.discount {
	background-position: -544px -11px;
}
.screeningResults dl dd p em {
	font-style: normal;
	font-size: 12px;
	margin-left: 10px;
	line-height: 20px;
	float: left;
	color: #999999;
	
}
.screeningResults dl dd p i { 
	/*font-size: 18px;*/
	/*color: #e60012;*/
	font-weight: bold;
	display: block;
	font-style: normal;
}
.screeningResults button {
	width: 150px;
	height: 40px;
	background: #fff;
	border: 1px solid #e7e7e7;
	font-size: 14px;
	display: block;
	margin: 10px auto 50px;
	border-radius: 20px;
	display: none;
	cursor: pointer;
}
.screeningResults .end {
	width: 30px;
	height: 30px;
	background: url(../img/icon1.png);
	background-size: 100% 100%;
	animation: mymove 2s infinite linear;
	-webkit-animation: mymove 2s infinite linear;	
	margin: 50px auto;
}

#purchase {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999999;
}
.purchaseClose {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 82px;
}
.purchase {
	width: 885px;
	height: 525px;
	position: fixed;
	left: 50%;
	top: 50%;
	background: url(../img/purchase.png);
	transform: translate(-50%,-50%);
	border-radius: 10px;
}
.subject {
	width: 680px;
	height: 335px;
	border-radius: 10px;
	margin: 77px auto 0;
    overflow: hidden;
}
.subject h3 {
	width: 645px;
	margin: 0 auto;
	overflow: hidden;
}
.subject h3 span {
	color: #d29956;
	font-size: 16px;
	line-height: 44px;
	margin-left: 135px;
	color: #ecbd95;
	font-weight: normal;
}
.label {
	width: 685px;
	height: 320px;
	border-radius: 10px;
	margin: 17px auto 0;
	overflow: hidden;
}
.labelUl {
	width: 685px;
	margin-left: 12px;
	overflow-x: auto;
}
.label ul {
	/*width: 1000px;*/
	overflow: hidden;
	margin: 0 auto 10px;
	padding-top: 16px;
}
.label ul li {
	float: left;
	width: 255px;
	height: 97px;
	background: url(../img/vip_card_normal_h5.png);
	background-size: 100% 100%;
	margin: 0 10px;
	cursor: pointer;
	position: relative;
}
.label ul li em {
	width: 60px;
	height: 30px;
	background: url(../img/recommendation.png);
	position: absolute;
	top: -16px;
}
.label ul li.width {
	width: 240px;
}
.label ul li.click {
	background: url(../img/vip_card_chosen_h5.png);
	background-size: 100% 100%;
}
.label ul li b {
	font-size: 18px;
	display: block;
	text-align: left;
	margin: 22px auto 8px;
	line-height: 20px;
	padding: 0 24px;
}
.label ul li span {
	font-size: 16px;
	display: block;
	text-align: center;
	color: #d39751;
	text-align: left;
	padding: 0 24px;
}
.label ul li span strong {
	font-size: 32px;
	line-height: 34px;
	margin: 0 5px;
}
.label h5 {
	font-size: 16px;
	width: 645px;
	margin: 10px auto 15px;
	padding: 0 23px;
	color: #333;
}
.label h5 span {
	color: #D29956;
}
.privilege {
	width: 635px;
	margin: 0 auto;
	position: relative;
}
.privilege i {
	position: absolute;
	width: 19px;
	height: 19px;
	display: block;
	background-image: url(../img/icon.png);
	top: 22px;
	transition: 0.3s;
	cursor: pointer;
}
.privilLeft {
	left: 0;
	background-position: -529px -52px;
}
.privilRight {
	right: 0;
	background-position: -564px -52px;
}
.labelOl {
	width: 592px;
	margin: 0 35px;
	overflow-x: hidden;
	/*padding-bottom: 20px;*/
}
.label ol {
	overflow: auto;
	position: relative;
	transition: 0.3s;
	left: 0px;
}
.label ol li {
	width: 85px;
	margin: 0 5px;
	float: left;
	overflow: auto;
}
.label ol li b {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 6px;
}
.label ol li b img {
	display: block;
	height: 100%;
	width: 100%;
}
.label ol li span {
	font-size: 12px;
	display: block;
	text-align: center;
}
.purchase button {
    cursor: pointer;
    display: block;
    width: 237px;
    height: 56px;
    font-size: 18px;
    border-radius: 30px;
    margin: 23px auto;
    color: #eebe95;
    font-weight: bold;
    letter-spacing: 4px;
    background: none;
    border: none;
}

.sign {
	width: 100%;
	height: 95px;
	background: url(../img/bottomBanner1.jpg) center no-repeat;
	background-size: 1920px auto;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.sign p {
	font-size: 24px;
	color: #f9d7bf;
	margin-top: 40px;
    /*margin-left: 400px;*/
    text-align: right;
}
